home *** CD-ROM | disk | FTP | other *** search
- RECEIPT.BAS
-
- A print routine that uses the capabilities of a dot matrix printer to produce
- the cash register receipt you can never seem to find when you mail in a request
- for rebate, etc.
-
- The program uses expanded and subscript fonts to produce a realistic cash
- register receipt. It is set-up for EPSON MX/FX control codes but can be modified
- for other printers with similar features. The necessary control codes are
- defined as constants in the first lines of the program.
-
- A description and price must be supplied for each item to be included in the
- output. After the first item is entered, a capability to duplicate the
- description and price of the last item is available by entering a "+" as the
- only character of the description. Typing carriage return when asked for a
- description will terminate the entry process and cause printing to start.
-
- A sub-total, sales tax, and total are calculated and printed as part of the
- process. The tax rate is also a constant defined in the first lines of the
- program.
-
-
- Happy rebate'ing !
-
-
-
- The Swamp Fox